(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/dos.h>
STRPTR DosGetString()
SYNOPSIS
ULONG stringNum

LOCATION
In DOSBase at offset 163
FUNCTION
Internal DOS function, will return the string corresponding to the number stringNum.

INPUTS
stringNum
The number of the string you want.
RESULT
A pointer to a string, or NULL if no string could be found with a matching number.

NOTES
Error strings will ALWAYS be less than 80 characters, and should ideally be less than 60 characters.

EXAMPLE
BUGS
SEE ALSO
INTERNALS
This is dosPrivate5()

HISTORY
21.02.1997 iaint
Some support for localizing DOS